home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / ftn / sqrt.z / sqrt
Encoding:
Text File  |  1998-10-30  |  3.4 KB  |  67 lines

  1.  
  2.  
  3.  
  4. SSSSQQQQRRRRTTTT((((3333FFFF))))                                                              SSSSQQQQRRRRTTTT((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      sqrt, dsqrt, qsqrt, csqrt, zsqrt, cqsqrt - FORTRAN square root intrinsic
  10.      function
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      rrrreeeeaaaallll rrrr1111,,,, rrrr2222
  14.      ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn ddddpppp1111,,,, ddddpppp2222
  15.      rrrreeeeaaaallll****11116666 qqqqpppp1111,,,, qqqqpppp2222
  16.      ccccoooommmmpppplllleeeexxxx ccccxxxx1111,,,, ccccxxxx2222
  17.      ccccoooommmmpppplllleeeexxxx****11116666 ccccdddd1111,,,, ccccdddd2222
  18.      ccccoooommmmpppplllleeeexxxx****33332222 ccccqqqq1111,,,, ccccqqqq2222
  19.  
  20.      rrrr2222 ==== ssssqqqqrrrrtttt((((rrrr1111))))
  21.  
  22.      ddddpppp2222 ==== ddddssssqqqqrrrrtttt((((ddddpppp1111))))
  23.      ddddpppp2222 ==== ssssqqqqrrrrtttt((((ddddpppp1111))))
  24.  
  25.      qqqqpppp2222 ==== qqqqssssqqqqrrrrtttt((((qqqqpppp1111))))
  26.      qqqqpppp2222 ==== ssssqqqqrrrrtttt((((qqqqpppp1111))))
  27.  
  28.      ccccxxxx2222 ==== ccccssssqqqqrrrrtttt((((ccccxxxx1111))))
  29.      ccccxxxx2222 ==== ssssqqqqrrrrtttt((((ccccxxxx1111))))
  30.  
  31.      ccccdddd2222 ==== zzzzssssqqqqrrrrtttt((((ccccdddd1111))))
  32.      ccccdddd2222 ==== ssssqqqqrrrrtttt((((ccccdddd1111))))
  33.  
  34.      ccccqqqq2222 ==== ccccqqqqssssqqqqrrrrtttt((((ccccqqqq1111))))
  35.      ccccqqqq2222 ==== ssssqqqqrrrrtttt((((ccccqqqq1111))))
  36.  
  37. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  38.      _s_q_r_t returns the real square root of its real argument.  _d_s_q_r_t returns
  39.      the double-precision square root of its double-precision argument.  _q_s_q_r_t
  40.      returns the real*16 square root of its real*16 argument.  The value of
  41.      the argument of _s_q_r_t, _d_s_q_r_t, and _q_s_q_r_t must be greater than or equal to
  42.      zero.
  43.  
  44.      _c_s_q_r_t returns the complex square root of its complex argument.  The
  45.      result of _c_s_q_r_t is the principle value with the real part greater than or
  46.      equal to zero.  When the real part is zero, the imaginary part is greater
  47.      than or equal to zero.
  48.  
  49.      _z_s_q_r_t returns the complex*16 square root of its complex*16 argument.
  50.  
  51.      _c_q_s_q_r_t returns the complex*32 square root of its complex*32 argument.
  52.  
  53.      _s_q_r_t, the generic form, will become _d_s_q_r_t, _q_s_q_r_t, _c_s_q_r_t, _z_s_q_r_t, or _c_q_s_q_r_t
  54.      as required by its argument type.
  55.  
  56. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  57.      exp(3M).
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.